3.2.36 \(\int x^{-1+n} (b+2 c x^n) (-a+b x^n+c x^{2 n})^p \, dx\) [136]

Optimal. Leaf size=29 \[ \frac {\left (-a+b x^n+c x^{2 n}\right )^{1+p}}{n (1+p)} \]

[Out]

(-a+b*x^n+c*x^(2*n))^(1+p)/n/(1+p)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 32, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.062, Rules used = {1482, 643} \begin {gather*} \frac {\left (-a+b x^n+c x^{2 n}\right )^{p+1}}{n (p+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(-1 + n)*(b + 2*c*x^n)*(-a + b*x^n + c*x^(2*n))^p,x]

[Out]

(-a + b*x^n + c*x^(2*n))^(1 + p)/(n*(1 + p))

Rule 643

Int[((d_) + (e_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[d*((a + b*x + c*x^2)^(p +
 1)/(b*(p + 1))), x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[2*c*d - b*e, 0] && NeQ[p, -1]

Rule 1482

Int[(x_)^(m_.)*((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_))^(p_.)*((d_) + (e_.)*(x_)^(n_))^(q_.), x_Symbol] :>
 Dist[1/n, Subst[Int[(d + e*x)^q*(a + b*x + c*x^2)^p, x], x, x^n], x] /; FreeQ[{a, b, c, d, e, m, n, p, q}, x]
 && EqQ[n2, 2*n] && EqQ[Simplify[m - n + 1], 0]

Rubi steps

\begin {align*} \int x^{-1+n} \left (b+2 c x^n\right ) \left (-a+b x^n+c x^{2 n}\right )^p \, dx &=\frac {\text {Subst}\left (\int (b+2 c x) \left (-a+b x+c x^2\right )^p \, dx,x,x^n\right )}{n}\\ &=\frac {\left (-a+b x^n+c x^{2 n}\right )^{1+p}}{n (1+p)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.15, size = 28, normalized size = 0.97 \begin {gather*} \frac {\left (-a+x^n \left (b+c x^n\right )\right )^{1+p}}{n (1+p)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 + n)*(b + 2*c*x^n)*(-a + b*x^n + c*x^(2*n))^p,x]

[Out]

(-a + x^n*(b + c*x^n))^(1 + p)/(n*(1 + p))

________________________________________________________________________________________

Maple [A]
time = 0.05, size = 45, normalized size = 1.55

method result size
risch \(-\frac {\left (a -b \,x^{n}-c \,x^{2 n}\right ) \left (-a +b \,x^{n}+c \,x^{2 n}\right )^{p}}{n \left (1+p \right )}\) \(45\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(-1+n)*(b+2*c*x^n)*(-a+b*x^n+c*x^(2*n))^p,x,method=_RETURNVERBOSE)

[Out]

-(-c*(x^n)^2-b*x^n+a)/n/(1+p)*(-a+b*x^n+c*(x^n)^2)^p

________________________________________________________________________________________

Maxima [A]
time = 0.34, size = 43, normalized size = 1.48 \begin {gather*} \frac {{\left (c x^{2 \, n} + b x^{n} - a\right )} {\left (c x^{2 \, n} + b x^{n} - a\right )}^{p}}{n {\left (p + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+n)*(b+2*c*x^n)*(-a+b*x^n+c*x^(2*n))^p,x, algorithm="maxima")

[Out]

(c*x^(2*n) + b*x^n - a)*(c*x^(2*n) + b*x^n - a)^p/(n*(p + 1))

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 42, normalized size = 1.45 \begin {gather*} \frac {{\left (c x^{2 \, n} + b x^{n} - a\right )} {\left (c x^{2 \, n} + b x^{n} - a\right )}^{p}}{n p + n} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+n)*(b+2*c*x^n)*(-a+b*x^n+c*x^(2*n))^p,x, algorithm="fricas")

[Out]

(c*x^(2*n) + b*x^n - a)*(c*x^(2*n) + b*x^n - a)^p/(n*p + n)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1+n)*(b+2*c*x**n)*(-a+b*x**n+c*x**(2*n))**p,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 2.40, size = 29, normalized size = 1.00 \begin {gather*} \frac {{\left (c x^{2 \, n} + b x^{n} - a\right )}^{p + 1}}{n {\left (p + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+n)*(b+2*c*x^n)*(-a+b*x^n+c*x^(2*n))^p,x, algorithm="giac")

[Out]

(c*x^(2*n) + b*x^n - a)^(p + 1)/(n*(p + 1))

________________________________________________________________________________________

Mupad [B]
time = 2.54, size = 59, normalized size = 2.03 \begin {gather*} \left (\frac {b\,x^n}{n\,\left (p+1\right )}-\frac {a}{n\,\left (p+1\right )}+\frac {c\,x^{2\,n}}{n\,\left (p+1\right )}\right )\,{\left (b\,x^n-a+c\,x^{2\,n}\right )}^p \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(n - 1)*(b + 2*c*x^n)*(b*x^n - a + c*x^(2*n))^p,x)

[Out]

((b*x^n)/(n*(p + 1)) - a/(n*(p + 1)) + (c*x^(2*n))/(n*(p + 1)))*(b*x^n - a + c*x^(2*n))^p

________________________________________________________________________________________